//==============================================================================
// Misc Building_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define CypressB
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressB
      }
   }  
}

//==============================================================================
define CypressA
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressA
      }
   }  
}

//==============================================================================
anim Idle
{
   SetSelector  
   {
    CultureLogic Greek/Atlantean
//---------------------------------Greek---------------------------------------//
    SetSelector  
    {
      ConstructionLogic 0 50
      set hotspot
      {
         version
         {
            Visual Building G Misc Building B
ReplaceTexture SFX G Plenty/Building G MiscB
			         connect Leftfoot CypressB hotspot
                                 connect Rightfoot CypressB hotspot
			         connect Rightleg CypressA hotspot
                                 connect Leftleg CypressA hotspot 
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction3x3 A
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction3x3 B
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
                }
          }
   }
//---------------------------------Atlantean---------------------------------------//
   SetSelector  
   {
      ConstructionLogic 0 50
      set hotspot
      {
         version
         {
            Visual Building X Treasury
			         connect Leftfoot CypressB hotspot
                                 connect Rightfoot CypressB hotspot
			         connect Rightleg CypressA hotspot
                                 connect Leftleg CypressA hotspot 
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction3x3 A
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction3x3 B
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
      }
    }
  }
 }
}

